Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wizard: Add firewall to Review step (HMS-5357) #2769

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

regexowl
Copy link
Collaborator

@regexowl regexowl commented Jan 20, 2025

This adds a firewall expandable to the Review step.

JIRA: HMS-5357

@regexowl
Copy link
Collaborator Author

regexowl commented Jan 20, 2025

Rebased on #2767, so that will need to get merged first.

@regexowl
Copy link
Collaborator Author

/jira-epic HMS-5168

@schutzbot schutzbot changed the title Wizard: Add firewall to Review step Wizard: Add firewall to Review step (HMS-5357) Jan 20, 2025
@regexowl regexowl force-pushed the firewall-on-review-step branch 2 times, most recently from cf33a94 to ee797cb Compare January 23, 2025 08:21
Copy link

codecov bot commented Jan 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.60%. Comparing base (4145157) to head (e8662f8).

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2769      +/-   ##
==========================================
+ Coverage   84.55%   84.60%   +0.04%     
==========================================
  Files         190      190              
  Lines       21811    21881      +70     
  Branches     2169     2181      +12     
==========================================
+ Hits        18442    18512      +70     
  Misses       3347     3347              
  Partials       22       22              
Files with missing lines Coverage Δ
...ents/CreateImageWizard/steps/Review/ReviewStep.tsx 95.18% <100.00%> (+0.30%) ⬆️
...teImageWizard/steps/Review/ReviewStepTextLists.tsx 95.27% <100.00%> (+0.32%) ⬆️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4145157...e8662f8. Read the comment docs.

@regexowl regexowl force-pushed the firewall-on-review-step branch 3 times, most recently from 166bbf6 to 72765ba Compare January 29, 2025 14:04
This adds a firewall expandable to the Review step.
@regexowl regexowl force-pushed the firewall-on-review-step branch from 72765ba to e8662f8 Compare January 29, 2025 14:09
@regexowl regexowl marked this pull request as ready for review January 29, 2025 14:09
Copy link
Contributor

@avitova avitova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, as I am thinking about it, it might be nice to be able to just add a list of services, divided by some kind of separator. 🤔 But I assume this is MVP, and we still need to see if people are using this?:)

<TextListItem component={TextListItemVariants.dd}>
<CodeBlock>
<CodeBlockCode>
{firewall.ports ? firewall.ports.join(' ') : 'None'}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like this was the intention. 🤔

Suggested change
{firewall.ports ? firewall.ports.join(' ') : 'None'}
{firewall.ports.length ? firewall.ports.join(' ') : 'None'}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants